home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu367.dms / pu367.adf / McMaster / MCMaster.doc < prev    next >
Text File  |  1992-06-26  |  6KB  |  196 lines

  1. **********************************************************
  2. **                            **
  3. **              MCMaster            **
  4. **                            **
  5. **********************************************************
  6.  
  7. © 1992 by     Michael Watzl
  8.         Konradstr. 11
  9.         8850 Donauwörth
  10.         GERMANY
  11.  
  12.     MCMaster is copyrighted software but freely distributable as long
  13.     as no profit is made with this program.
  14.         
  15.     OS >2.04 only!
  16.  
  17.  
  18.  
  19. 1. What MCMaster does
  20. ---------------------
  21.  
  22. MCMaster is a program designed for printing covers for music cassettes. I know,
  23. there are a lot for such programs in the FD but none could satisfy me. So I
  24. wrote my own MC-cover-printing-program.
  25. The MCMaster is completely written with DICE (thanks Mat).
  26.  
  27. The maximal number of MCs depends only on the amount of memory you have. One MC
  28. can carry 13 songnames per side plus the name of the interpret and the album
  29. name. The noise reduction and the source can also be specified via cycle
  30. gadgets.
  31.  
  32. 2. Starting MCMaster
  33. --------------------
  34.  
  35. a) Starting form Workbench
  36.  
  37.         MCMaster currenty supports the following tooltypes:
  38.  
  39.         DISPLAYID=    e.g.    0x00008000    -> HIRES
  40.                     0x00008004    -> HIRES-LACE
  41.                 Must be 10 chars long!    
  42.                 For more info look at wbstartup/Mode_Names!    
  43.         DATABASE=    there a filename (with path) can be given. This Datafile
  44.             will be loaded at the start of the session.
  45.         COLORS=        You can set the screen colors in the following fromat:
  46.                 rgbrgbrgbrgb
  47.             r stans for red, g for green and b means blue
  48.                         r,g and b can be from 0 to F (0 - 15 dez)
  49.                         example: Colors=89A002FFFEB2
  50.                                      \|/\|/\|/\|/
  51.                                      1  2  3  4
  52.         MAXCASS=    There you set the maximal number of music cassettes which
  53.             may be edited during this session. If you don't have enough
  54.             memory, MCMaster will quit.
  55.             Default is 60.
  56.     OSCAN=          TEXT    -> Text overscan
  57.             STANDARD-> Standard overscan
  58.             MAX    -> Maximal oscan
  59.             VIDEO    ...
  60.             NONE (or anything else) -> No oscan
  61.  
  62.             Read your manual for more info about oscan...
  63.  
  64. b) Starting from the cli/shell
  65.  
  66.     Template: MCMaster -d/K,-f/K,-c/K,-m/K,-o/K
  67.  
  68.  
  69.     -d  DisplayID:     see above
  70.  
  71.     -f  DataBase:   Path/Name of Datafile to be loaded at once
  72.                     default is none
  73.  
  74.     -c  Colors:     give 12 hexchars in the form rgbrgbrgbrgb
  75.             (red, green, blue)
  76.                     e.g. 89A002FFFEB2 (see above)
  77.  
  78.     -m  MaxCass:    number of maximal needed MCs, default is 60
  79.  
  80.     -o  OverScan:   TEXT, STANDARD, MAX or VIDEO, default is no overscan
  81.  
  82.     Note that you can't save the colors of your screen (palette requester)
  83.     when you started MCMaster from the cli/shell because there is no icon
  84.     where MCMaster can save this information to!
  85.  
  86.  
  87. 3. MenuFunktions
  88. ----------------
  89.  
  90. a) The Project menu:
  91.  
  92.     Load:        Load new data file. This will delete the currently
  93.             existing data.
  94.             If the file contains more mcs than the MaxCass value
  95.             allows, the rest will be ignored.
  96.  
  97.     Save:        This will save all the mcs to the specified file.
  98.  
  99.         Info:        This item gives some global information, like
  100.             available memory, selected printer ...
  101.  
  102.     About:        Who's done this...
  103.  
  104.         Delete last MC:    Will ask you for deleting the last MC in memory.
  105.  
  106.     Print:        A big requester comes up asking you from which to
  107.             which MC you want to print and which quality and so on.
  108.             Before the printer starts working you will be asked
  109.             again.
  110.  
  111.     Quit:        Quits. When some data has been edited, you will be asked
  112.             before quitting.
  113.  
  114.  
  115. b) The Search Menu:
  116.  
  117.         You may search for the names of the interprets, the names of their
  118.     albums, the song names or anything.
  119.  
  120.     In the search text gadget you can type in the name you want to search
  121.     for. MCMaster will search non-case-sensitive.
  122.     You can also use the standard dos wildcards like #?, ...
  123.     (I used MatchPatternNoCase() )
  124.  
  125.         You can start from MC 1, or search beginning from the current MC.
  126.  
  127.         If anything that matches was found, this MC will be displayed.
  128.  
  129. c) The List Data Menu:
  130.  
  131.     Like above you can choose what shall be listed: interprets,albums or
  132.     songs.
  133.  
  134.     At first, the list will not be sorted. It is simply created MC by MC.
  135.     Pressing sort will activate a quicksort-algorithm, which is really fast.
  136.  
  137.     You can click on any entry to jump to exit the list window and jump to
  138.     this MC.
  139.  
  140. d) The Special Menu:
  141.  
  142.         Edit Owners Name:       The owners name will be printed on the back of
  143.                 each MC-cover and may be three lines long.
  144.  
  145.         Edit MC:        Simply activates the first string gadget.
  146.                     This is for a faster handling if you do not
  147.                     want to have on hand at the mouse all the time.
  148.  
  149.     Color Palette:        Pretty self-explaining.
  150.                 Attention: You may only save the colors when you
  151.                 started MCMaster from WB because MCMaster will
  152.                 save the colors as ToolType.
  153.  
  154. 4. Special Keys
  155. ---------------
  156.  
  157. a) Main Window
  158.  
  159.         cursor left/right    backward/forward one MC
  160.  
  161.                 with shift:   5 MCs
  162.                 with alt  :  10 MCs
  163.  
  164. b) Print Window
  165.  
  166.         cursor left/right:    backward/forward one MC (from)
  167.  
  168.     with shift pressed:    backward/forward one MC (to)
  169.  
  170.  
  171. 5. Printing
  172. -----------
  173.  
  174. The MCMaster should work with any printer which allows 10 and 15 cpi
  175. because I used only the printer.device to say the printer what to do.
  176.  
  177. I tested this with an Epson LX-800 and a HP Deskjet 500.
  178.  
  179.  
  180. -------------------------------------------------------------------------
  181.  
  182. If you find this program useful, be happy. If you don't, throw it
  183. away. If you find any bugs or if you have any suggestions for the
  184. next version please let me know.
  185.  
  186. Michael Watzl
  187. Konradstr. 11
  188. W-8850 Donauwörth
  189. Germany
  190.  
  191. Tel.: (Germany) 0906 / 5834
  192. (sorry, no modem)
  193.  
  194. Support shareware!
  195.  
  196.